Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
How to handle associative array fields in PDOStatement::fetchObject
7
Comprehensive Guide to Updating DZ PHP Version: Practical Tips to Enhance Security and Performance
4
Comprehensive PHP XML Tutorial: Creating, Parsing, and Common Operations
6
How to read subdirectories in specified directory through dir function
10
Similar Functions
interface_exists
interface_exists
Checkiftheinterfacei
get_parent_class
get_parent_class
Returnstheparentclas
get_object_vars
get_object_vars
Returntowritetoyouth
property_exists
property_exists
Checkifanobjectorcla
method_exists
method_exists
Checkiftheclassmetho
class_alias
class_alias
Createanaliasforacla
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_class_methods
get_class_methods
Returnsanarrayofmeth
Popular Articles